NevronOpenVision
Nevron.Nov.DataStructures Namespace / NStack<T> Class
Fields Properties Methods


NStack<T> Class Members

The following tables list the members exposed by NStack<T>.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Methods
 NameDescription
Public Method  
Public MethodReturns the top item of the stack without returning it.  
Public MethodRemoves and returns the top item of the stack.  
Public MethodInserts the item at the top of the stack.  
Top
See Also